body {
    font-family: 'Inter', sans-serif;
    padding: 0;
    margin: 0;
    font-size: 15px;
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    background: #fff
}

::-webkit-scrollbar-thumb:hover {
    background: #333;
}

::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 50px;
}

a {
    text-decoration: none;
    outline: 0 !important;
}

a:hover {
    text-decoration: none;
}
p:last-child {
    margin-bottom: 0;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-14 {
    font-size: 14px !important;
}
.fw-6 {
    font-weight: 600;
}
.logo-black {
    position: absolute;
    max-width: 130px;
    left: 0;
    right: 0;
    margin: auto;
    top: 20px;
}


.input-group-security {
    position: absolute;
  right: 45px;
  top: 12px;
  z-index: 1;
  font-size: 10px;
  color: #9f9f9f !important;
  cursor: pointer;
}
.inner-block.login-block .input-group-security{
    right: 13px !important;
    top: 11px !important;
}
.inner-block.login-block .portal-name {
    font-size: 18px;
    color: #0A2540;
    display: flex;
    align-items: center;
}
.inner-block.login-block .portal-name i {
    font-size: 13px;
    color: #007BFF;
}
.inner-block.forgot-block .bg-w {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 5px;
    padding: 40px;
}
.inner-block.forgot-block .title-img img{
    height: 70px;
}
.inner-block.forgot-block h3 {
    font-size: 25px;
}
.inner-block.forgot-block p {
    font-size: 14px;
}
.input-group-security.hide-password {
    display: none;
}


.btnControl {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.btnControl:checked + .tooltiptext {
    visibility: visible;
}
.inner-block {
    position: relative;
    overflow-x: hidden;
    min-height: 100vh;
    background: #fff;
}

.inner-block::after {
    content: "";
    position: absolute;
    background: rgba(128, 128, 128, 0.13);
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    min-height: 92vh;
    z-index: -1;
}
.inner-block.signup-block::before {
    content: "";
    background-image: none;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 0;
    width: 100%;
    min-height: 100%;
}
.inner-block .image-div  {
    height: 93vh;
    width: auto;
}
/*.inner-block.login-block::before {
    content: "";
    background-image: none;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 0;
    width: 100%;
    min-height: 100%;
}*/
.inner-block .logo img {
  height: 20px;
  width: auto;
}
.inner-block h5 {
    font-size: 16px;
}
.text-blue {
    color: #007BFF;
}
.form-control {
    height: 35px;
    font-size: 12px;
}
.pos-img-03 {
    position: absolute;
    right: -50px;
    top: -10px;
    max-width: 172px;
}

.signup-form article {
    position: relative;
/*    width: 140px;*/
    height: 32px;
    float: left;
    box-sizing: border-box;
    font-size: 12px;
}
.signup-form article input {
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 40px;
    opacity: 0;
    cursor: pointer;
}
/*.signup-form input[type=radio]:checked ~ div {
    color: #007BFF;
    border-color: #007BFF;
}*/
.signup-form article div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 25px;
    transition: .5s ease;
    color: #0A2540;
    border: 1px solid #6084A4;
    border-radius: 3px;
}
.signup-form article .active div {
    color: #007BFF;
    border-color: #007BFF;
}
.single-plan {
    background: transparent linear-gradient(300deg, #1FDAFF 0%, #2B47B2 100%) 0% 0% no-repeat padding-box;
    padding: 20px;
    color: #fff;
    border-radius: 12px;
    font-size: 14px;
}
.buttonor {
display: flex;
flex-direction: row;
color: #b3b3b3;
font-size: 14px;
}
.buttonor:before, .buttonor:after {
content: "";
flex: 1 1;
border-bottom: 1px solid #b3b3b3;
margin: auto;
margin-right: 5px;
margin-left: 5px;
}
.btn.link {
    color: #007bff;
    transition: none;
}
.btn:hover {
box-shadow: 0px 15px 10px -15px #111;
}
.btn-primary:hover {
background: #0a66c9;
box-shadow: 0px 15px 10px -15px #111;
}

.container-banner {
        max-width: 1184px;
    }
.fs-12 {
    font-size: 12px;
}
.fs-13 {
    font-size: 13px;
}
.form-check {
    font-size: 12px;
}
.form-check-label small {
    font-size: 12px;
}
.rewind-img {
    height: 10px !important;
    width: auto;
}
.submit-btn {
    padding: 0.25rem 0.75rem;
    min-width: 90px;
    font-size: 13px;
    transition: all 600ms linear;
}
.desc-text {
    font-size: 13px;
    color: #000000;
}

.spinner-border-sm {
    width: 13px;
    height: 13px;
    border-width: 1px;
    margin: 2px 0px 2px 4px;
}

.partner_banner{
    top: 176px;
    left: 266px;
    width: 140px;
    height: 22px;
    /* UI Properties */
    background: #D2E4FF 0% 0% no-repeat padding-box;
    border-radius: 11px;
    opacity: 0.8;
    font-size: 11px;
    padding: 4px 10px 4px 10px;
    color: #007AFF;
}



.login-form article {
    position: relative;
/*    width: 140px;*/
    height: 32px;
    float: left;
    box-sizing: border-box;
    font-size: 12px;
}
.login-form article input {
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 40px;
    opacity: 0;
    cursor: pointer;
}
.login-form article div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 25px;
    transition: .5s ease;
    color: #0A2540;
    border: 1px solid #6084A4;
    border-radius: 3px;
}
.login-form article .active div {
    color: #007BFF;
    border-color: #007BFF;
}


.short-desc {
    font-size: 12px;
    font-weight: 400;
    color: #6084A4;
}





.enforce-inner-block {
    position: relative;
    overflow-x: hidden;
    min-height: 100vh;
}



.enforce-inner-block .logo img {
  height: 20px;
  width: auto;
}
.enforce-inner-block h5 {
    font-size: 16px;
}

.enforce-image-div{
    background: #e9f3ff; 
    padding: 60px 30px;
}

.enforce-totp-div{
    border: 1px solid #E9F3FF;
    padding: 60px 30px;
}

.borderless td,
.borderless th {
    border: none;
    padding: .15rem;
}

.signup-info{
    background: #FFF4E6;
    padding: 4px;
    margin-bottom: 13px;
}

.signup-info p {
    font-size: 12px;
    color: #212529;
    text-align: center;
    line-height: 1.8;
    opacity: 0.8;
}

input[type="password"].is-invalid, .was-validated input[type="password"]:invalid {
    background-image: none !important;
}
.input-group-addon {
    position: absolute;
  right: 1px;
  top: 1px;
  z-index: 1;
  background: #E4E8EC;
  border: 1px solid #E4E8EC;
  padding: 4px 10px;
  border-radius: 0 .25rem .25rem 0;
}
.input-group-addon-light{
  z-index: 1;
  padding: 0;
  width: auto;
  margin-left: 12px;
}

.input-group-addon-internal {
    position: absolute;
  right: 1px;
  top: 1px;
  z-index: 1;
  background: #E4E8EC;
  border: 1px solid #E4E8EC;
  padding: 5px 10px;
  border-radius: 0 .25rem .25rem 0;
}

.input-group-addon-internal:hover {
    background: #CBE4FF;
    border: 1px solid #CBE4FF;
}

.btn-tooltip {
    position: relative;
}

.btn-tooltip .tooltiptext {
  visibility: hidden;
  width: 325px;
  background-color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 27px;
  left: 7px;
  margin-left: -50px;
  border: 0.5px solid #007BFF;
}


.btn-tooltip .tooltiptext::after{
  content: "";
  position: absolute;
  top: 100%;
  left: 15%;
  margin-left: -1px;
  border-width: 8px;
  border-style: solid;
  border-color: #FFFF transparent transparent transparent;
  border-left: 8px;
}

.btn-tooltip .tooltiptext::before{
  content: "";
  position: absolute;
  top: 100%;
  left: 16%;
  margin-left: -5px;
  border-width: 9px;
  border-style: solid;
  border-color: #007BFF transparent transparent transparent;
  border-left: 11px;
}


.btn-tooltip .tooltiptext h5{
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    margin-bottom: 5px;
    color: #007BFF;
}

.btn-tooltip .tooltiptext p {
    font-size: 10px;
    text-align: justify;
    color: #031226;
}

.btn-tooltip:hover .tooltiptext {
  visibility: visible;
}
.left-panel {
    margin: 0 8%;
}


.loader-small {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
}
.loader-small::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 1px solid #007BFF;
  animation: prixClipFix 2s linear infinite ;
}

@keyframes rotate {
  100%   {transform: rotate(360deg)}
}

@keyframes prixClipFix {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
    75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
    100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}
.signup-validation-text {
    font-size: 11px;
    color: #697483;
    margin-top: .25rem;
    visibility: hidden;
}

.main-vblock {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
}
.main-vcontent {
    margin: 8rem auto;
    max-width: 60rem;
    width: 100%;
}

.main-vblock .logo img {
  height: 27px;
  width: auto;
}